home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10326 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  487 b 

  1. Path: sp115.ocs.lsu.edu!not-for-mail
  2. From: ieraje@unix1.sncc.lsu.edu (Rajesh Marar)
  3. Newsgroups: comp.lang.c++
  4. Subject: Command Line Arguments
  5. Date: 7 Mar 1996 08:25:25 -0600
  6. Organization: Louisiana State University
  7. Message-ID: <4hmrkl$349n@unix1.sncc.lsu.edu>
  8. NNTP-Posting-Host: unix1-t.sncc.lsu.edu
  9.  
  10.  
  11. In Unix programs we use argc & argv to access command-line arguments. I would 
  12. like to know how to do it in Visual C++ windows programs ? How exactly
  13. does one use m_lpCmdLine ?
  14.  
  15. Thanks
  16.